home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / LBLMKR70.ARJ / LBLSETUP.BAT < prev    next >
DOS Batch File  |  1992-03-07  |  2KB  |  41 lines

  1. cls
  2. echo off
  3. cls
  4. echo                                    *
  5. echo             ----------L A B E L   M A K E R   7.03----------
  6. echo                 Copyright (c) Fort's Faceting, 1984-1992
  7. echo                                    *
  8. echo              Insert your formatted system disk in Drive %1 and
  9. echo                 be sure that Drive %1 is the default drive.
  10. echo                Place your original program disk in Drive A.
  11. echo                         Strike a key when ready.
  12. pause
  13. echo                                    *
  14. echo               Copying six files to create your working disk.
  15. copy a:lbl.bat %1>nul
  16. if not exist LBL.BAT goto abort
  17. copy a:lblcount.dat %1>nul
  18. if not exist LBLCOUNT.DAT goto abort
  19. copy a:lbldlib.exe %1>nul
  20. if not exist LBLDLIB.EXE goto abort
  21. copy a:lbldstat.exe %1>nul
  22. if not exist LBLDSTAT.EXE goto abort
  23. copy a:lblins70.exe %1>nul
  24. if not exist LBLINS70.EXE goto abort
  25. copy a:lblrun70.exe %1>nul
  26. if not exist LBLRUN70.EXE goto abort
  27. dir
  28. echo                                    *
  29. echo Remove the original program disk from Drive A and place it in a safe place
  30. echo                                    *
  31. echo          Place the working disk you just created in Drive A
  32. echo                                   and
  33. echo                    The disk to be labeled in Drive B
  34. goto end
  35. :abort
  36. echo                ***************************************
  37. echo                *   INSTALLATION PROGRAM HAS FAILED   *
  38. echo                *    CHECK THE SPACE ON YOUR DISK     *
  39. echo                ***************************************
  40. :end
  41.